@media (min-width: 1200px) {
    .navbar-container {
        width: auto;
        margin: 0 10px 0 10px;
        padding: 0 15px 0 15px;
        height: 100%;
        display: flex;
        align-items: center;
    }
}

@font-face {
    font-family: "NunitoSans-regular";
    src: url('../fonts/nunito-sans-v6-latin-regular.woff');
}

html,
body {
    width: 100%;
    height: 100%;
}

.x-border-layout-ct {
    background-color: #dcdcdc !important;
}

.navbar-header {
    margin-right: 8px !important;
    height: 50px;
}

.navbar-header a {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-menu {
    width: 100%;
}

#navbar {
    margin-bottom: 0;
    border-radius: 0;
    font-size: 10px;
    font-family: "Century Gothic", "Helvetica", sans-serif;
    font-weight: bold;
    background-color: #55A91C;
    display: none;
    height: 60px;
    font-stretch: narrower;
}

#navbar .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar-inverse {
    border: 0;
    z-index: 9999;
}

#navbar a,
#navbar table {
    color: #376e12;
    font-size: 1.5em;
}

#navbar li {
    margin-right: 10px;
}

#navbar .dropdown-menu li {
    margin-right: 0px;
}

.open>.dropdown-menu {
    background-color: #ffffff;
}

#navbar .dropdown-menu a,
#navbar .dropdown-menu table {
    color: #376e12;
    font-size: 1.3em;
    white-space: nowrap;
}

.dropdown-menu {
    min-width: 0;
    padding: 0;
    padding: 5px 4px 0 5px;

}

.dropdown-menu table {
    border-collapse: separate;
}


.dropdown-menu tr td:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.dropdown-menu tr td:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.dropdown-menu span {
    padding-left: 5px;
    padding-right: 10px;
}

.dropdown-menu span img {
    width: 16px;
    height: 16px;
}

.dropdown-menu i {
    float: left;
    width: 25px;
    padding: 5px 5px 5px 6px;
    margin-right: 10px;
}

.dropdown-menu li a {
    margin-bottom: 5px;
}

.dropdown-menu table {
    margin-bottom: 5px;
}

.dropdown-menu a,
.dropdown-menu tr {
    width: 100%;
    padding: 0 !important;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    border-radius: 3px;
    margin-right: 41px;
}

.dropdown-menu table .pull-right {
    margin-right: 5px;
}

.notification-table-li tr {
    font-weight: normal;
}

#navbar .mapping-Notifications:hover,
#navbar .notification-table-li:hover {
    background: none !important;
}

#navbar li:hover,
.dropdown-menu a:hover,
.dropdown-menu tr:hover {
    background: #d3f4bd !important;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#eventsTab-body {
    overflow: hidden !important;
}

.save {
    background-image: url('/images/disk.png') !important;
}

.smaller-icon {
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
}

/*.notification{
    max-height: 700px;
}*/
#generalNotesGrid .unread,
.notification .unread {
    font-weight: bold;
}

#stubHubGrid .grid-owned-row .x-grid-cell-inner,
.stubHubGridV3 .grid-owned-row .x-grid-cell-inner {
    font-weight: bold;
}

#stubHubGrid .grid-owned-cell,
.stubHubGridV3 .grid-owned-cell {
    background-image: url(/images/green-indicator.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#stubHubGrid .grid-owned-cell-other,
.stubHubGridV3 .grid-owned-cell-other {
    background-image: url(/images/yellow-indicator.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#stubHubGrid .grid-owned-cell-error,
.stubHubGridV3 .grid-owned-cell-error {
    background-image: url(/images/red-indicator.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.section-row-colors {
    cursor: pointer;
}

.section-row-colors.section-row-color-1,
.section-row-color-1 .x-grid-td,
.section-row-color-1 .x-grid-row-alt .x-grid-td {
    background-color: rgba(255, 0, 0, 0.2);
}

.section-row-colors.section-row-color-2,
.section-row-color-2 .x-grid-td,
.section-row-color-2 .x-grid-row-alt .x-grid-td {
    background-color: rgba(0, 0, 255, 0.2);
}

.section-row-colors.section-row-color-3,
.section-row-color-3 .x-grid-td,
.section-row-color-3 .x-grid-row-alt .x-grid-td {
    background-color: rgba(0, 255, 255, 0.2);
}

.section-row-colors.section-row-color-4,
.section-row-color-4 .x-grid-td,
.section-row-color-4 .x-grid-row-alt .x-grid-td {
    background-color: rgba(150, 255, 10, 0.2);
}

.section-row-colors.section-row-color-5,
.section-row-color-5 .x-grid-td,
.section-row-color-5 .x-grid-row-alt .x-grid-td {
    background-color: rgba(252, 210, 9, 0.2);
}

.section-row-colors.section-row-color-6,
.section-row-color-6 .x-grid-td,
.section-row-color-6 .x-grid-row-alt .x-grid-td {
    background-color: #FFDEA8;
}

.section-row-colors.section-row-color-7,
.section-row-color-7 .x-grid-td,
.section-row-color-7 .x-grid-row-alt .x-grid-td {
    background-color: #f2bff1;
}

.section-row-colors.section-row-color-8,
.section-row-color-8 .x-grid-td,
.section-row-color-8 .x-grid-row-alt .x-grid-td {
    background-color: rgba(255, 69, 0, 0.2);
}

.section-row-colors.section-row-color-9,
.section-row-color-9 .x-grid-td,
.section-row-color-9 .x-grid-row-alt .x-grid-td {
    background-color: rgba(160, 82, 45, 0.2);
}

.section-row-colors.section-row-color-10,
.section-row-color-10 .x-grid-td,
.section-row-color-10 .x-grid-row-alt .x-grid-td {
    background-color: rgba(142, 203, 255, 0.2);
}

.section-row-colors.section-row-color-11,
.section-row-color-11 .x-grid-td,
.section-row-color-11 .x-grid-row-alt .x-grid-td {
    background-color: #fff;
}

.btn-danger span,
.btn-primary span,
.btn-info span,
.btn-warning span,
btn-success span {
    color: #ffffff;
}

.custom-graph {
    background-color: gray;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.5) 35px, rgba(255, 255, 255, 0.5) 70px);
}

.consignment td {
    font-style: italic;
}

.header.x-panel,
.header .x-plain,
.header .x-panel-body {
    overflow: visible !important;
}

.x-grid-row-selected .x-grid-td {
    background-color: #dfe8f6 !important;
    color: black !important;
}

.nextButton .x-btn-icon-el {
    margin-top: 2px;
}

.btn-font-standard {
    font-size: 12px !important;
}

/**
 * iOS 6 style switch checkboxes
 * by Lea Verou http://lea.verou.me
 */
.ios-switch input[type="checkbox"] {
    /*  here acting as a filter for older browsers */
    position: absolute;
    width: 75px;
    opacity: 0;
}

.ios-switch input[type="checkbox"]+div {
    display: inline-block;
    vertical-align: middle;
    width: 3em;
    height: 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 999px;
    margin: 0 7px;
    background: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), transparent), linear-gradient(90deg, #3d99f5 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-origin: border-box;
    background-clip: border-box;
    overflow: hidden;
    transition-duration: .4s;
    transition-property: padding, width, background-position, text-indent;
    box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0 0.45em 0 0.1em rgba(0, 0, 0, 0.05) inset;
    font-size: 150%;
    /* change this and see how they adjust! */
}

.ios-switch input[type="checkbox"][disabled]+div {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), transparent), linear-gradient(90deg, rgba(0, 0, 0, 0.3) 50%, transparent 50%);
}

/*.ios-switch input[type="checkbox"]:checked  + div,*/
.ios-switch.x-form-cb-checked input[type="checkbox"]+div {
    padding-left: 2em;
    background-position: 0 0;
}

.ios-switch input[type="checkbox"]+div:before {
    content: 'On';
    float: left;
    width: 1.65em;
    height: 1.65em;
    margin: -0.1em;
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: inherit;
    background: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
    box-shadow: 0 0.1em 0.1em 0.1em rgba(255, 255, 255, 0.8) inset, 0 0 0.5em rgba(0, 0, 0, 0.3);
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    text-indent: -2.5em;
}

.ios-switch input[type="checkbox"]:active+div:before {
    background-color: #eee;
}

.ios-switch input[type="checkbox"]:focus+div {
    box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0 0.45em 0 0.1em rgba(0, 0, 0, 0.05) inset, 0 0 0.4em 1px rgba(255, 0, 0, 0.5);
}

.ios-switch input[type="checkbox"]+div:before,
.ios-switch input[type="checkbox"]+div:after {
    font: bold 60%/1.9 sans-serif;
    text-transform: uppercase;
}

.ios-switch input[type="checkbox"]+div:after {
    content: 'Off';
    float: left;
    text-indent: .5em;
    color: rgba(0, 0, 0, 0.45);
    text-shadow: none;
}

.last-activity-danger .x-form-item-label,
.last-activity-danger .x-form-display-field {
    color: #b94a48;
}

.x-btn-default-small {
    margin-top: -2px;
    font-size: 12px;
}

.btn.btn-default .x-btn-inner {
    font-size: 12px !important;
}

/*#availableRules-body .x-grid-row, .x-grid-data-row { height: 28px;}*/
#availableRules-body .btn-xs {
    font-size: 11px;
    padding: 0 5px;
}

.autoPricer-isAutoPriced .x-grid-td {
    background-color: gold;
}

.autoPricer-isAtFloor .x-grid-td {
    background-color: #f08080;
}

.autoPricer-isGrouped-isAtFloor .x-grid-td {
    background-color: rgba(240, 128, 128, 0.5);
}

/*.autoPricer-isAtCeiling .x-grid-td {
    background-color: #ff3535;
}*/
/*.autoPricer-isAtCeiling .x-grid-td {
    background-color: #ff3535;
}*/
.autoPricer-noComparables .x-grid-td {
    background-color: #add8e6;
}

.autopricer-isGrouped-noComparables .x-grid-td {
    background-color: rgba(173, 216, 230, 0.3);
}

.autoPricer-isError {
    color: #000;
    background-color: #bc9cec;
}

label.autoPricer-isError {
    margin-top: 0;
}

.autoPricer-isError .x-grid-td {
    color: #000;
    background-color: #bc9cec;
}

.autoPricer-isGrouped-isError {
    color: #000;
    background-color: #cdb7ec;
}

label.autoPricer-isGrouped-isError {
    margin-top: 0;
}

.autoPricer-isGrouped-isError .x-grid-td {
    color: #000;
    background-color: #cdb7ec;
}

/*.autoPricer-isGroup .x-grid-td {
    background-color: #fee55f;
}*/
.autoPricer-isActive .x-grid-td {
    background-color: #dff0d8;
    color: #2b542c;
}

.autoPricer-isActive td:last-child {
    border-right: solid 2px #2b542c;
}

.autoPricer-isActive td:first-child {
    border-left: solid 2px #2b542c;
}

tr[class*="autoPricer-isActive"]:first-child .x-grid-td {
    border-top: solid 2px #2b542c;
}

.autoPricer-isActive {
    border-bottom: solid 2px #2b542c;
}

tr[class*="autoPricer-isActive"]:first-child td:nth-child(1) {
    border-top: solid 2px #2b542c;
    border-radius: 5px 0 0 0;
}

tr[class*="autoPricer-isActive"]:first-child td:last-child {
    border-top: solid 2px #2b542c;
    border-radius: 0 5px 0 0;
}

tr[class*="autoPricer-isActive"]:last-child .x-grid-td {
    border-bottom: solid 2px #2b542c;
}

.autpPricer-isActive-last td {
    border-bottom: solid 2px #2b542c;
}

.autpPricer-isActive-last td:first-child {
    border-radius: 0 0 0 5px;
}

.autpPricer-isActive-last td:last-child {
    border-radius: 0 0 5px 0;
}

.autoPricer-isDeactive .x-grid-td {
    background-color: #d9edf7;
    color: #245269;
}

.autoPricer-Only td:nth-child(1) {
    border-radius: 5px 0 0 5px !important;
}

.autoPricer-Only td:last-child {
    border-radius: 0 5px 5px 0 !important;
}

tr[class*="autoPricer-isDeactive"]:last-child .x-grid-td {
    border-bottom: solid 2px #245269;
}

tr[class*="autoPricer-isDeactive"]:last-child td:last-child {
    border-bottom: solid 2px #245269;
    border-radius: 0 0 5px !important 0;
}

tr[class*="autoPricer-isDeactive"]:last-child td:nth-child(1) {
    border-bottom: solid 2px #245269;
    border-radius: 0 0 0 0 5px !important;
}

.autoPricer-isDeactive td:last-child {
    border-right: solid 2px #245269;
}

.autoPricer-isDeactive td:first-child {
    border-left: solid 2px #245269;
}

tr[class*="autoPricer-isActive"]+tr[class*="autoPricer-isDeactive"] td:nth-child(1) {
    border-radius: 5px 0 0 0;
}

tr[class*="autoPricer-isActive"]+tr[class*="autoPricer-isDeactive"] .x-grid-td {
    border-top: solid 2px #245269;
}

tr[class*="autoPricer-isActive"]+tr[class*="autoPricer-isDeactive"] td:last-child {
    border-top: solid 2px #245269;
    border-radius: 0 5px 0 0;
}

.groupingGrid tr:last-child td:nth-child(1) {
    border-radius: 0 0 0 5px;
}

.groupingGrid tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.ux-notification-window {
    z-index: 999999 !important;
}

.ux-notification-window .x-window-body {
    text-align: center;
    padding: 15px 5px 15px 5px;
}

.ux-notification-icon-error {
    background-image: url('images/icon16_error.png');
}

#eventsGrid .x-grid-cell-inner {
    white-space: normal;
}

label {
    font-weight: normal;
}

.context-menu-field-icon {
    width: 16px;
    margin-left: -27px;
    margin-right: 1em;
}

.x-grid-row-summary td {
    font-weight: bold !important;
}

.consignment {
    font-style: italic;
}

span.wheelchair {
    background-position: -117px -268px;
}

span.parking {
    background-position: -117px -245px;
}

label.obstructed,
span.obstructed {
    background-position: -117px -223px;
}

span.alcoholFree {
    background-position: -117px -177px;
}

label.piggyback,
span.piggyback {
    background-position: -117px -199px;
}

label.aisle,
span.aisle {
    background-position: -117px -154px;
}

span.charity {
    background-position: -117px -314px;
}

span.exclusive {
    background-position: -117px -290px;
}

span.perk {
    background-position: -117px -354px;
}

span.partner {
    background-position: -117px -334px;
}

span.childTicket {
    background-position: -117px -376px;
}

span.youthTicket {
    background-position: -117px -376px;
}

span.facultyTicket {
    background-position: -117px -398px;
}

span.seniorTicket {
    background-position: -117px -438px;
}

label.seniorExclude,
span.seniorExclude {
    background-position: -117px -458px;
}

span.facultyExclude {
    background-position: -117px -477px;
}

.x-panel-header-green {
    /*background-image: -webkit-linear-gradient(top,#DAF6E7,#CDF3DB 45%,#ABECB4 46%,#B3ECAB 50%,#B8EEC0 51%,#D3F3CB);*/
    background-color: #80CC79;
}

.x-panel-header-green {
    color: #0D561B;
    font-weight: bold;
    padding: 4px 5px 4px 5px;
    font-size: 11px;
    border: 1px solid #A0E899;
}

.x-panel-header-green-vertical .x-panel-header-text-container {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.x-panel-header-text-container-green {
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    padding: 0 4px 1px;
    text-transform: none;
}

.comparableOverlay {
    display: none;
    position: absolute;
    z-index: 20;
    background: rgba(255, 0, 0, 0.6);
    overflow: hidden;
    transition: all 0.5s;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding-top: .6em;
    cursor: pointer;
    left: 0 !important;
}

.comparableOverlay div {
    visibility: hidden;
}

.comparableWrapper {
    position: relative;
    clear: both;
    padding: 2px;
    padding-left: 8px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 2px;
    font-size: .9em;
}

.comparableWrapper.ignored {
    background-color: rgba(255, 0, 0, 0.5);
}

.comparableWrapper.disabled {
    cursor: not-allowed;
    background-color: #e6e6e6;
}

.comparableWrapper.disabled .comparablePrice,
.comparableWrapper.disabled .comparableSection,
.comparableWrapper.disabled .comparableRow {
    opacity: 0.4;
}

.comparableWrapper.disabled .comparableOverlay {
    cursor: not-allowed;
    background-color: rgba(230, 230, 230, 0.4);
}

.comparableWrapper.disabled .comparableOverlay .fa-times-circle {
    visibility: hidden;
}

.comparableWrapper.disabled .comparableOverlay span {
    visibility: hidden;
}

.comparableWrapper.disabled .comparableOverlay .ownlisting {
    visibility: visible;
    opacity: 1;
    color: #000;
    position: absolute;
    left: 32%;
    top: 32%;
}

.comparableWrapper.minorOutlier {
    cursor: not-allowed;
    background-color: #e6e6e6;
}

.comparableWrapper.minorOutlier .comparablePrice,
.comparableWrapper.minorOutlier .comparableSection,
.comparableWrapper.minorOutlier .comparableRow {
    opacity: 0.4;
}

.comparableWrapper.minorOutlier .comparableOverlay {
    cursor: not-allowed;
    background-color: rgba(230, 230, 230, 0.4);
}

.comparableWrapper.minorOutlier .comparableOverlay .fa-times-circle {
    visibility: hidden;
}

.comparableWrapper.minorOutlier .comparableOverlay span {
    visibility: hidden;
}

.comparableWrapper.minorOutlier .comparableOverlay .minorOutlierComparable {
    visibility: visible;
    opacity: 1;
    color: #000;
    position: absolute;
    left: 32%;
    top: 32%;
}

/*.comparableWrapper.majorOutlier {
    cursor: not-allowed;
    background-color: #b2b2b2;

    .comparablePrice, .comparableSection, .comparableRow {
        opacity: 0.4;
    }

    .comparableOverlay {
        cursor: not-allowed;
        background-color: rgba(230, 230, 230,.4);

        .fa-times-circle {
            visibility: hidden;
        }

        span {
            visibility: hidden;
        }

        .majorOutlierComparable {
            visibility: visible;
            opacity: 1;
            color: #000;
            position: absolute;
            left: 32%;
            top: 32%;
    }
}
}*/
.comparablePrice {
    font-weight: bold;
    float: right;
}

.comparableWrapper:hover .comparableOverlay {
    display: block;
}

.comparableOverlay.ignored {
    background-color: #55A91C;
}

.quickStats .x-grid-cell-last .x-grid-cell-inner {
    text-align: right !important;
}

#headerPanel.x-panel,
#headerPanel .x-panel-body,
#headerPanel .x-box-layout-ct,
#headerPanel .x-box-inner {
    overflow: visible;
}

.ticketMenu .x-container .x-menu-item-text {
    margin: 0;
}

.btn.btn-primary .x-btn-inner {
    color: #fff;
    font-size: 12px !important;
}

.btn.btn-success .x-btn-inner {
    color: #fff;
}

.btn.btn-danger .x-btn-inner {
    color: #fff;
}

.x-btn-default-medium .x-btn-inner {
    font-size: 12px !important;
}

.purchasing-isError .x-grid-td {
    background-color: rgba(255, 0, 0, 0.5);
}

.overflowEllipsis .x-grid-cell-inner,
.overflowEllipsis div {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.overflowEllipsis span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-primary:hover {
    color: #2a6496;
    text-decoration: underline;
    cursor: pointer;
}

.x-grid-cell.wrappable .x-grid-cell-inner {
    white-space: normal;
}

.x-grid-cell.icon-spacer img,
.x-grid-cell.icon-spacer i {
    margin: 1px;
}

.instant {
    border-bottom: 2px solid #55A91C;
    /*border-radius:6px;*/
}

.x-fieldset-with-title .x-tool {
    margin-bottom: 1px;
}

.mfp-wrap {
    z-index: 30000;
}

.mfp-bg {
    z-index: 29000;
}

.icon {
    margin-top: 0;
    margin-left: 3px;
    padding-left: 3px;
    cursor: pointer;
    width: 23px;
    height: 15px;
}

.x-box-inner {
    width: auto;
}

.x-box-target {
    width: 100px;
}

.chk-group div {
    width: 100px;
}

.event-summary td:nth-child(1) {
    padding-left: 6px;
    margin-top: 6px;
}

.event-summary td:nth-child(2) {
    text-align: right;
    min-width: 130px;
    padding-right: 20px;
    margin-bottom: 6px;
}

.event-info td {
    width: 245px;
    padding-left: 6px;
    padding-right: 6px;
}

.event-info td:nth-child(2) {
    text-align: center;
}

.event-info td:nth-child(2) div {
    font-weight: bold;
}

.alert-primary {
    color: #fff;
    background-color: #337AB7;
    border-color: #337AB7;
    border-radius: 2px;
}

.tag {
    margin-top: 3px !important;
    margin-left: 3px !important;
    font-weight: normal !important;
    font-size: 1em !important;
    float: left !important;
    padding-top: 3px !important;
}

.tag span {
    max-width: 300px;
    height: 13px;
    display: inline-block;
}

.tag a {
    color: #fff !important;
}

.tag-nonUrl span {
    white-space: pre-wrap;
}

.tag-url span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tag-url span a {
    text-decoration: underline;
}

.tag-url span a:hover {
    color: #e2e0e0 !important;
}

.menu-tagIcon {
    font-size: 16px;
}

menu-shareIcon {
    font-size: 16px;
}

.tag-item {
    color: #f0ad4e !important;
}

.black-item {
    color: black !important;
}

.gold-item {
    color: #DAA520 !important;
}

.grey-item {
    color: #808080 !important;
}

.red-item {
    color: red !important;
}

.blue-item {
    color: #0099ff !important;
}

.green-item {
    color: #009933 !important;
}

.yellow-item {
    color: #ffad33 !important;
}

.button-icon-green {
    color: #288b22 !important;
}

.lightgreen-item {
    color: #00cc00 !important;
}

.popover {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.btn-slick {
    color: #fff;
    background-color: #333;
    border-color: #333;
    padding: 4px;
}

.tag-ticket {
    color: #fff;
    background-color: #55A91C;
    border-color: #438417;
    padding: 4px;
}

.TagsDisplay {
    max-width: 480px;
    max-height: 220px;
    width: 480px;
    height: 220px;
}

.tooltipster-default {
    border-radius: 4px;
    border: 2px solid #AEAEAE;
    background: #AEAEAE;
    color: #AEAEAE;
    box-shadow: 5px 5px 5px #888888;
}

.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding: 2px 2px;
    background-color: #AEAEAE;
}

.tooltipster-default .tooltipster-content a {
    text-decoration: underline;
}

.tooltipster-default .tooltipster-content a:hover {
    color: #e2e0e0 !important;
}

.bootstrap-tags ul.tags-suggestion-list {
    width: 300px;
    height: auto;
    list-style: none;
    margin: 0;
    z-index: 99999;
    overflow: visible;
    max-height: 240px;
    position: relative;
    overflow-y: auto;
}

.tag-icon {
    font-size: 16px;
}

.tagWindow-btn {
    float: left;
    margin-left: 10px;
    height: 25px;
    width: 35px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}

.x-menu-item-glyph {
    opacity: 1;
}

.chk-lst table td {
    padding-left: 5px;
}

.chk-lst table td div label {
    margin-right: 5px;
}

.tnow-icon {
    height: 16px;
    width: auto;
    font-size: 16px;
    padding-right: 3px;
}

.commit-icon {
    color: dodgerblue;
    height: 18px;
    width: auto;
    font-size: 18px;
    padding-right: 4px;
}

.cancel-icon {
    color: firebrick;
    height: 18px;
    width: auto;
    font-size: 18px;
    padding-right: 4px;
}

.reviewed-icon {
    color: forestgreen;
    height: 18px;
    width: auto;
    font-size: 18px;
    padding-right: 4px;
}

.event-summary-icon {
    color: forestgreen;
    height: 18px;
    width: auto;
    font-size: 18px;
    padding-right: 4px;
}

.aisle-icon:after {
    content: "\f6c1";
    height: 16px;
    width: auto;
    font-size: 16px;
    margin-left: 3px;
}

.aisle-icon:before {
    content: "\f86c";
    position: absolute;
    transform: rotate(90deg) scaleX(0.83);
    height: 16px;
    width: auto;
    font-size: 16px;
    margin-left: -9px;
}

.barcode-partial:before {
    content: "\f02a";
    height: 16px;
    width: auto;
    font-size: 1.35em !important;
}

.barcode-slash {
    content: "\f715";
    color: red;
    position: absolute;
    transform: rotate(103deg) translate(-2px, 1px) !important;
    font-size: .75em !important;
    margin-left: -36px;
}

.hourglass:before {
    content: '\f111';
    color: #c65c5c;
    height: 16px;
    width: auto;
    font-size: 16px;
}

.hourglass:after {
    content: "\f254";
    color: white;
    height: 16px;
    width: auto;
    position: absolute;
    font-size: 10px;
    margin-top: 3px;
    margin-left: -12px;
}

/*//CheckIcon
.instant-icon:after {
    content: "\f145";
    position: absolute;
    height: 16px;
    width: auto;
    font-size: 16px;
    //margin-left: -5px;
}

//TicketIcon
.instant-icon:before {
    content: "\f058";
    position: absolute;
    height: 16px;
    width: auto;
    font-size: 16px;
    margin-left: -5px;
}*/
.stubHub-icon {
    height: 16px;
    width: auto;
    font-size: 16px;
    padding-right: 3px;
}

.mobileInstant {
    height: 5px;
    width: auto;
    font-size: .7em;
    padding-top: 8px;
    padding-left: 1px;
}

.mobile {
    font-size: 2em;
}

.stacked {
    margin-right: -10px;
    margin-bottom: -2px;
    margin-left: -2px;
}

.autoPricer-delivery {
    margin-top: -5px;
}

#eventInventoryGrid-body .x-grid-table .sold_inventory .x-grid-cell {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0ffad+0,d9f0a2+100 */
    background: #e0ffad;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e0ffad 0%, #d9f0a2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0ffad), color-stop(100%, #d9f0a2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0ffad 0%, #d9f0a2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0ffad 0%, #d9f0a2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0ffad 0%, #d9f0a2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e0ffad 0%, #d9f0a2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0ffad', endColorstr='#d9f0a2', GradientType=0);
    /* IE6-9 */
    color: black !important;
}

.sold td {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0ffad+0,d9f0a2+100 */
    background: #e0ffad;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e0ffad 0, #d9f0a2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0ffad), color-stop(100%, #d9f0a2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0ffad 0, #d9f0a2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0ffad 0, #d9f0a2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0ffad 0, #d9f0a2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e0ffad 0, #d9f0a2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0ffad', endColorstr='#d9f0a2', GradientType=0);
    /* IE6-9 */
    color: black !important;
}

.sold_inventory .text-primary {
    color: #2a6496 !important;
}

.icon-disabled {
    opacity: 0.4;
}

.label-disabled label {
    opacity: 0.4;
}

#eventInventoryGrid_header-body .ios-switch .switch,
#eventsGrid_header-body .ios-switch .switch {
    margin-top: 2px;
}

#eventInventoryGrid_header-body .ios-switch label,
#eventsGrid_header-body .ios-switch label {
    font-size: 11px;
}

.SelectedEventTitle {
    margin-right: 5px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.SelectedEventTitle div {
    display: inline-block;
}

.OurOwnListing {
    background-image: url(/images/green-indicator.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5px 50px;
}

mark {
    background: #a8d1ff;
}

.sm-btn-lg-icon {
    margin: -2px;
    font-size: 11px;
    height: 20px;
}

.sm-btn-lg-icon span {
    font-size: 12px;
}

.doubleBtn-container {
    margin-top: -2px;
    padding: 2px;
    overflow-y: initial;
    overflow-x: auto;
}

.menu-icon-sizer {
    background-size: 16px 16px;
}

.row-error .x-grid-td {
    background-color: #e4b9b9;
}

.row-error .x-grid-td div,
.row-error .x-grid-td span {
    color: #a94442;
}

.printPreview {
    font-family: tahoma, arial, verdana, sans-serif;
}

.printPreview h3 {
    font-weight: normal;
    color: #708090;
}

.printPreview h3 hr {
    width: 100%;
    color: #708090;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.printPreview table {
    border-collapse: collapse;
    border: 1px solid #D3D3D3;
    width: 600px;
    page-break-inside: avoid;
}

.printPreview table caption {
    color: #708090;
    font-weight: normal;
}

.printPreview table tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

.printPreview table td div,
.printPreview table tr div,
.printPreview table th div {
    font-size: 0.8em;
    padding-right: 3px;
    padding-left: 3px;
    min-height: 19px;
}

.printPreview table td,
.printPreview table tr {
    border: 1px solid #D3D3D3;
}

.printPreview table th {
    background-color: #4682B4;
    font-size: 0.9em;
    color: #fff;
}

.printPreview table tbody:last-child {
    border-bottom: hidden;
}

.printPreview table .hiddenBorder {
    border-left: hidden;
    border-right: hidden;
}

.lockCheckBox .x-form-checkbox {
    background: url('/images/lock_icon.png');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.lockCheckBox .x-form-cb-label {
    margin-top: 8px;
}

.unlockCheckBox .x-form-checkbox {
    background: url('/images/unlocked_icon.png');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.unlockCheckBox .x-form-cb-label {
    margin-top: 8px;
}

.center-fadded-background {
    position: relative;
    width: 100%;
}

.center-fadded-background i {
    font-size: 2em;
    opacity: 0.1;
    position: absolute;
    right: -9%;
    top: 75%;
    transform: translateY(-50%);
}

.tiny-icon {
    height: 5px;
}

.seasonGrid .x-grid-cell-inner {
    color: gray;
}

.archive-row .x-grid-cell {
    background-color: #ffe2e2;
}

.mapping-Notifications {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 10px;
}

.mapping-Notifications .main .small-img img {
    width: 16px;
    height: 18px;
}

.mapping-Notifications .main div {
    display: inline-block;
    background-color: #eee;
    border-radius: 3px;
}

.mapping-Notifications .main div div {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.mapping-Notifications .main div div img {
    padding-bottom: 4px;
}

.mapping-Notifications .main div span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
}

.mapping-Notifications .main .flash {
    box-shadow: 1px 1px 2px #ff9999, 0 0 25px #ff9999, 0 0 5px #ff9999;
    text-shadow: 1px 1px 2px #ff9999, 0 0 25px #ff9999, 0 0 5px #ff9999;
}

.mapping-Notifications .main .faded {
    opacity: 0.5;
}

.mapping-Notifications .main .disabledFaded {
    opacity: 0.2;
    display: inline-block;
    background-color: gray !important;
    border-radius: 3px;
}

.mapping-Notifications .main div:hover {
    opacity: 1;
    box-shadow: 1px 1px 2px #fefefe, 0 0 25px #fefefe, 0 0 5px #fefefe;
    text-shadow: 1px 1px 2px #fefefe, 0 0 25px #fefefe, 0 0 5px #fefefe;
}

div .unread-Counter {
    width: 95%;
    text-align: right;
}

div .unread-Counter-empty {
    width: 100%;
    text-align: right;
}

.autoSync:hover {
    cursor: pointer;
}

.venue-image img {
    width: 500px;
    height: 500px;
    vertical-align: middle;
}

.venue-svg {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: -500px;
    fill: none;
    height: 500px;
    width: 500px;
}

.venue-svg path {
    opacity: 0.2;
}

.venue-svg path:hover {
    opacity: 0.9;
}

.venue-svg .hovered {
    opacity: 0.9;
}

.venue-svg .clicked {
    opacity: 0.9;
}

.mobile-instant-icon {
    margin-left: -13px;
    margin-top: -4px;
    margin-right: 1px;
}

.mobile-instant-icon .fa-arrow-down {
    color: #fff;
    font-size: 6px;
    margin-left: 6px;
    margin-top: -4px;
}

.mobile-instant-icon .fa-cloud {
    margin-left: 6px;
    margin-top: -4px;
    font-size: 11px;
}

.mobile-instant-icon .fa-mobile {
    font-size: 18px;
}

.amountUnderPercent .x-form-checkbox {
    background: url('/images/PercentB.png');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.amountUnderPercent .x-form-cb-label {
    margin-top: 8px;
}

.amountUnderDollar .x-form-checkbox {
    background: url('/images/Dollar.png');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.amountUnderDollar .x-form-cb-label {
    margin-top: 8px;
}

.amountChangePlus .x-form-checkbox {
    background: url('/images/plus.png');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.amountChangePlus .x-form-cb-label {
    margin-top: 8px;
}

.amountChangeMinus .x-form-checkbox {
    background: url('/images/minus.png');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.amountChangeMinus .x-form-cb-label {
    margin-top: 8px;
}

.ghost-grid-row-selected .x-grid-td {
    border-bottom-style: dotted;
    border-bottom-color: #bfb8b8;
}

.ghost-grid-row-selected .x-grid-td {
    background-color: #e0e0e0;
}

.ghost-grid-row-selected .x-grid-row-summary .x-grid-td {
    border-bottom-color: #e0e0e0;
    border-top-width: 0;
}

.user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    margin-right: 0 !important;
}

.stacked-icons {
    height: 16px;
}

.beepImg {
    cursor: pointer;
}

.x-action-col-cell img.percent {
    background-image: url(/images/PercentB.png);
    background-size: 16px 16px;
}

.x-action-col-cell img.dollar {
    background-image: url(/images/Dollar.png);
    background-size: 16px 16px;
}

.disabled-row .x-grid-cell {
    background-color: lightgray !important;
}

.x-action-col-cell img.delete {
    background-image: url(/images/ActionRemove.png);
    background-size: 16px 16px;
}

.x-action-col-cell img.system:hover {
    cursor: not-allowed;
}

.shared {
    font-size: 1.6em;
    color: gray;
}

.percentCheck .x-form-checkbox {
    background: url(/images/PercentB.png);
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.percentCheck .x-form-cb-label {
    margin-top: 8px;
}

.dollarCheck .x-form-checkbox {
    background: url(/images/Dollar.png);
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.dollarCheck .x-form-cb-label {
    margin-top: 8px;
}

.x-action-col-cell div.percent {
    background-image: url(/images/PercentB.png);
    background-size: 16px 16px;
}

.x-action-col-cell div.dollar {
    background-image: url(/images/Dollar.png);
    background-size: 16px 16px;
}

.x-action-col-cell div.delete {
    background-image: url(/images/ActionRemove.png);
    background-size: 16px 16px;
}

.x-action-col-cell div.system:hover {
    cursor: not-allowed;
}

.deleteAllPdfs {
    color: red !important;
}

.flash-icon {
    color: #FFB610;
    font-size: 17px;
    margin-top: -2px;
    margin-left: 2px;
}

.mobile-icon {
    color: #33ccff;
    font-size: 1.5em !important;
    margin-top: 1px !important;
    margin-left: 1px;
}

.paperless-icon {
    font-size: 16px !important;
    margin-top: 1px;
    margin-left: 1px;
}

.qrcode-icon {
    font-size: 1.5em !important;
    margin-top: 3px;
    margin-left: 1px;
}

.panel-align-right {
    padding-right: 15px !important;
}

.panel-align-right .x-box-inner {
    float: right;
}

.completed {
    opacity: 0.4;
}

.completed-single-pos {
    left: 23% !important;
    max-width: 494px;
}

.fulfillment-header {
    font-size: 2em;
    font-weight: bold;
}

.fulfillment-total {
    border-bottom: 1px solid #ddd;
    width: 93%;
}

.fulfillment-total .x-form-display-field,
.fulfillment-total .x-form-item-label {
    font-size: 1.5em;
}

.fulfillment-total .x-form-display-field {
    text-align: right;
}

.fulfillment-hr {
    margin-left: 12px;
    margin-top: 7px;
    width: 300px;
    border-top: 1px solid #ddd;
}

.fulfillemt-eventName .x-form-display-field,
.fulfillemt-eventName .x-form-item-label {
    font-size: 1.5em;
}

.properties-box {
    display: inline-flex;
}

.properties-box div {
    margin: 1px;
    height: 16px;
    width: 16px;
}

.white-container .x-panel-body {
    background-color: #fefefe !important;
}

.checkbox-lg {
    width: 27px;
    height: 27px;
}

.plusBtn {
    color: #337ab7 !important;
    opacity: 1 !important;
}

.bg-primary1 {
    color: #000;
    background-color: #55a91c;
}

.bg-primary2 {
    color: #000;
    background-color: #CCCC33;
}

.bg-primary3 {
    color: #000;
    background-color: #ef8d8d;
}

.bg-primary4 {
    color: #000;
    background-color: #a6c2ff;
}

.sg-bg-primary8 {
    color: #000;
    background-color: #bababa;
}

.sg-bg-primary1 {
    color: #000;
    background-color: #b32512;
}

.sg-bg-primary2 {
    color: #000;
    background-color: #da480f;
}

.sg-bg-primary3 {
    color: #000;
    background-color: #eb8d35;
}

.sg-bg-primary4 {
    color: #000;
    background-color: #f3c305;
}

.sg-bg-primary5 {
    color: #000;
    background-color: #a6c500;
}

.sg-bg-primary6 {
    color: #000;
    background-color: #5fb400;
}

.sg-bg-primary7 {
    color: #000;
    background-color: #048d00;
}

.bg-primary4 .text-primary,
.autoPricer-isError .text-primary,
.bg-danger4 .text-primary,
.bg-danger-Is-At-Ceiling .text-primary,
.bg-warning4 .text-primary {
    color: #000;
}

label.bg-primary4 {
    margin-top: 0;
}

tr.bg-primary4 td.x-grid-td {
    color: #000;
    background-color: #a6c2ff;
}

.bg-primary4-lte {
    color: #000;
    background-color: #c4d6ff;
}

.x-grid-row-selected .text-primary {
    color: #2a6496 !important;
}

.bg-primary4-lte .text-primary,
.autoPricer-isGrouped-isError .text-primary,
.bg-danger4 .text-primary,
.bg-danger-Is-At-Ceiling .text-primary {
    color: #000;
}

label.bg-primary4-lte {
    margin-top: 0;
}

tr.bg-primary4-lte td.x-grid-td {
    color: #000;
    background-color: #c4d6ff;
}

label.bg-danger4 {
    margin-top: 0;
}

.bg-danger4 {
    color: #000;
    background-color: #ef8d8d;
}

tr.bg-danger4 td.x-grid-td {
    color: #000;
    background-color: #ef8d8d;
}

label.bg-danger-Is-At-Ceiling {
    margin-top: 0;
}

.bg-danger-Is-At-Ceiling {
    color: #000;
    background-color: #009E60;
}

tr.bg-danger-Is-At-Ceiling td.x-grid-td {
    color: #000;
    background-color: #009E60;
}

.bg-warning4 {
    color: #000;
    background-color: #fff68a;
}

label.bg-warning4 {
    margin-top: 0;
}

tr.bg-warning4 td.x-grid-td {
    color: #000;
    background-color: #fff68a;
}

.bg-info4 {
    color: #fff;
    background-color: #17a2b8;
}

label.bg-info4 {
    margin-top: 0;
}

tr.bg-info4 td.x-grid-td {
    color: #fff;
    background-color: #17a2b8;
}

.bg-success4 {
    color: #fff;
    background-color: #28a745;
}

label.bg-success4 {
    margin-top: 0;
}

tr.bg-success4 td.x-grid-td {
    color: #fff;
    background-color: #28a745;
}

.tooltip-jr .tooltip-inner {
    position: relative;
    max-width: 400px;
    text-align: left;
    color: #333;
    background-color: #fff;
    border: solid 1px;
    border-color: #ccc;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: solid 0;
    overflow: hidden;
}

.tooltip-jr .tooltip-inner::before {
    content: " ";
    border-left: solid 5px #ce3b3b;
    border-radius: 0;
    height: 300px;
    margin-left: -5px;
    position: absolute;
    top: -10px;
    left: 5px;
    margin-right: 5px;
}

.tooltip-jr .tooltip.top .tooltip-arrow {
    background-color: transparent;
    border-top: 5px solid;
    border-top-color: transparent;
}

.obstructed-lg {
    background-position: -1220px -449px;
}

.piggyback-lg {
    background-position: -1220px -403px;
}

.senior-lg {
    background-position: -1220px -871px;
}

.bp3-transition-container {
    z-index: 100000 !important;
}

.bp3-html-select select {
    width: auto !important;
}

.bp3-html-select span {
    right: 0px !important;
}

.listItem .label {
    font-size: 100%;
}

div#MercuryCheckoutPopup-innerCt select {
    width: 100% !important;
}

/*this is the only way I could find to get the overlays to properly show up in sencha*/
.bp3-transition-container {
    z-index: 999999 !important;
}

.bp3-overlay {
    z-index: 999999 !important;
}

.disabledButton {
    pointer-events: none;
    opacity: 0.4;
}